Fix a double «The» typo in a string.
authorKjartan Maraas <kmaraas@gnome.org>
Sun, 10 Feb 2002 11:11:01 +0000 (11:11 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Sun, 10 Feb 2002 11:11:01 +0000 (11:11 +0000)
2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>

* gtk/gtksizegroup.c: Fix a double «The» typo in a string.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtksizegroup.c

index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index 47d8a1525293dc90e28ff8afc54716f508e82a27..10a5c3b190b7f945d1766cc8cc981a3558d50b4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtksizegroup.c: Fix a double «The» typo in a string.
+       
 2002-02-09  Matthias Clasen  <matthias@local>
 
        * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
index e0f28b020a149d3bfcb9e4c50947a0777b0049d3..28cf91b5f366eccff702e9a05a62b6173387455f 100644 (file)
@@ -240,7 +240,7 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass)
                                   PROP_MODE,
                                   g_param_spec_enum ("mode",
                                                      _("Mode"),
-                                                     _("The the directions in which the size group effects the requested sizes"
+                                                     _("The directions in which the size group effects the requested sizes"
                                                        " of its component widgets."),
                                                      GTK_TYPE_SIZE_GROUP_MODE,
                                                      GTK_SIZE_GROUP_HORIZONTAL,